home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global end
- if the movieTime of sprite 5 < end then
- if (the movieTime of sprite 5 > 700) and (the movieTime of sprite 5 < 2700) then
- puppetSprite(6, 1)
- set the castNum of sprite 6 to cast "ENTERING CYBERSPACE"
- updateStage()
- else
- if the movieTime of sprite 5 > 2700 then
- puppetSprite(6, 1)
- set the castNum of sprite 6 to cast "ARRIVING HANGAR"
- updateStage()
- end if
- end if
- go(the frame - 1)
- else
- set the movieTime of sprite 5 to end - 5
- go(the frame + 1)
- set the castNum of sprite 3 to cast "CENTER PANEL OFF"
- updateSpeed()
- end if
- end
-